removed introspection at end
authorØyvind Kolås <ok@src.gnome.org>
Tue, 30 Aug 2005 12:44:07 +0000 (12:44 +0000)
committerØyvind Kolås <ok@src.gnome.org>
Tue, 30 Aug 2005 12:44:07 +0000 (12:44 +0000)
tests/types.c

index 0cb951b08f77f3c8fe6fa3fd2cb54665e060436e..c01441400dd1d52c5bd6db84a12ec62e748a9631 100644 (file)
@@ -104,7 +104,6 @@ int main (void)
   babl_set_extender (babl_extension_quiet_log ());
   babl_type_each (type_check, NULL);
 
-  babl_introspect (NULL);
   babl_destroy ();
 
   return !OK;